home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
x
/
gui
/
amiga
/
x11_1.dms
/
x11_1.adf
/
misc.LZH
/
mefirst
< prev
next >
Wrap
Text File
|
1992-03-27
|
515b
|
19 lines
echo "Setting up assigns for demo X11"
wait 1
echo "setting DISPLAY to unix:0"
setenv DISPLAY unix:0
echo "setting HOSTNAME to amiga"
setenv HOSTNAME amiga
echo "setting HOME to X11:"
setenv HOME X11:
echo "setting USER to guest"
setenv USER guest
echo "assign X11: to current directory"
assign X11: ""
wait 2
echo "If you need to change the env variables please"
echo "edit this file and change them to the correct"
echo "values, or if you already set some of them up"
echo "comment out those lines with ;"
wait 4